Package-level declarations
Types
Link copied to clipboard
fun interface C2SPayloadHandler<T : FzzyPayload> : PayloadHandler<T, ServerPlayerEntity, ServerPlayNetworkContext>
Handler for a server receiving a payload sent from a client
Link copied to clipboard
class ClientPlayNetworkContext(client: MinecraftClient, handler: ClientPlayNetworkHandler, sender: PacketSender) : NetworkContext<ClientPlayerEntity>
A client-side network context, used to handle S2C payloads
Link copied to clipboard
interface NetworkApi
API for multiloader abstraction of simple play-phase networking
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun interface S2CPayloadHandler<T : FzzyPayload> : PayloadHandler<T, ClientPlayerEntity, ClientPlayNetworkContext>
Handler for a client receiving a payload sent from the server
Link copied to clipboard
class ServerPlayNetworkContext(player: ServerPlayerEntity, handler: ServerPlayNetworkHandler, sender: PacketSender) : NetworkContext<ServerPlayerEntity>
A server-side network context, used to handle C2S payloads